home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 039a / netpq203.zip / PROTO.H < prev    next >
Text File  |  1993-03-02  |  1KB  |  70 lines

  1.  
  2. /*
  3.  * F1.C prototypes
  4.  */
  5.  
  6. int f1keypressed ();
  7. int displayservernames (int ybase);
  8. int checkqueueprivileges (int servernum);
  9.  
  10. /*
  11.  * F2.C prototypes
  12.  */
  13.  
  14. int f2keypressed ();
  15. int displayqueuenumbers (int servernum, int ybase);
  16. void handlequeuerequest (int action, int servernum, int queuenum);
  17.  
  18. /*
  19.  * F3.C prototypes
  20.  */
  21.  
  22. int f3keypressed ();
  23.  
  24. /*
  25.  * GETDATA.C prototypes
  26.  */
  27.  
  28. void getserverinfo ();
  29. void purgelocalqueue ();
  30. void fixstatus ();
  31.  
  32. /*
  33.  * MENUDRVR.C prototypes
  34.  */
  35.  
  36. int menu (char *prompts [], int numberofprompts, int xsize, int x, int y);
  37. int getchoice (char *prompts [], int xsize, int numberofprompts);
  38. void displayoneprompt (char *prompts [], int xsize, int flag);
  39.  
  40. /*
  41.  * NETPQ.C prototypes
  42.  */
  43.  
  44. void main (int argc, char *argv []);
  45. void setup ();
  46. void showmenu ();
  47. void Usage ();
  48.  
  49. /*
  50.  * SHOWDATA.C prototypes
  51.  */
  52.  
  53. void reportinfo ();
  54. void reportprinterstatus ();
  55. void reportprinterjobs ();
  56. int getextch ();
  57. void highlight ();
  58. void nohighlight ();
  59. void highlightblink ();
  60. void errorhighlight ();
  61. void choosecolor (int status);
  62. void message (char *messagetext, int eraseflag);
  63.  
  64. /*
  65.  * SORT.C prototypes
  66.  */
  67.  
  68. int comparestring (char *s1, char *s2);
  69. int compareDWORD (DWORD *d1, DWORD *d2);
  70.